-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add kms_key_identifier arg for aws_pipes_pipe #41082
feat: Add kms_key_identifier arg for aws_pipes_pipe #41082
Conversation
Community NoteVoting for Prioritization
For Submitters
|
3c79d7f
to
595f1f4
Compare
595f1f4
to
03ad298
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccPipesPipe_basic\|TestAccPipesPipe_kmsKeyIdentifier' PKG=pipes ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/pipes/... -v -count 1 -parallel 3 -run=TestAccPipesPipe_basic\|TestAccPipesPipe_kmsKeyIdentifier -timeout 360m -vet=off
2025/01/28 07:34:21 Initializing Terraform AWS Provider...
=== RUN TestAccPipesPipe_basicSQS
=== PAUSE TestAccPipesPipe_basicSQS
=== RUN TestAccPipesPipe_kmsKeyIdentifier
=== PAUSE TestAccPipesPipe_kmsKeyIdentifier
=== CONT TestAccPipesPipe_basicSQS
=== CONT TestAccPipesPipe_kmsKeyIdentifier
--- PASS: TestAccPipesPipe_basicSQS (88.53s)
--- PASS: TestAccPipesPipe_kmsKeyIdentifier (153.97s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/pipes 159.270s
@acwwat Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.85.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
This PR is to add the
kms_key_identifier
argument to theaws_pipes_pipe
resource.Relations
Closes #39288
References
Referred to CreatePipe for specs and wordings.
Output from Acceptance Testing